Frame: Add missing fixed-width format to enums
authorDaniel Boles <dboles@src.gnome.org>
Wed, 13 Sep 2017 13:36:46 +0000 (14:36 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 14 Sep 2017 17:29:08 +0000 (18:29 +0100)
gtk/gtkframe.c

index 2bfa6cf67cd21afc00fdae22d09c42632551ec22..6f109ec47977d724a6ecdc09fe0293466da6d9ae 100644 (file)
@@ -566,8 +566,8 @@ gtk_frame_get_label_align (GtkFrame *frame,
  * @type: the new #GtkShadowType
  * 
  * Sets the #GtkFrame:shadow-type for @frame, i.e. whether it is drawn without
- * (GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
- * GTK_SHADOW_NONE are treated identically by #GtkFrame. The chosen type is
+ * (%GTK_SHADOW_NONE) or with (other values) a visible border. Values other than
+ * %GTK_SHADOW_NONE are treated identically by GtkFrame. The chosen type is
  * applied by removing or adding the .flat class to the main CSS node, frame.
  **/
 void